bitkeeper revision 1.1236.7.1 (42277b06gMBo3oqaq35om--uwNImNg)
authorakw27@arcadians.cl.cam.ac.uk <akw27@arcadians.cl.cam.ac.uk>
Thu, 3 Mar 2005 21:00:54 +0000 (21:00 +0000)
committerakw27@arcadians.cl.cam.ac.uk <akw27@arcadians.cl.cam.ac.uk>
Thu, 3 Mar 2005 21:00:54 +0000 (21:00 +0000)
commitc63b6d985bcdcf45fe682b8aefbe537479ace5de
tree5914bba209c1070755e93f150edc9b95e27abc51
parent82d1ce9852bd39854e0fb16fca5a63f3f9437018
bitkeeper revision 1.1236.7.1 (42277b06gMBo3oqaq35om--uwNImNg)

Initial checkin of parallax code.
See README-PARALLAX for details.

Signed-off-by: andrew.warfield@cl.cam.ac.uk
21 files changed:
.rootkeys
tools/blktap/Makefile
tools/blktap/README-PARALLAX [new file with mode: 0644]
tools/blktap/blktaplib.h
tools/blktap/blockstore.c [new file with mode: 0644]
tools/blktap/blockstore.h [new file with mode: 0644]
tools/blktap/parallax.c [new file with mode: 0644]
tools/blktap/radix.c [new file with mode: 0644]
tools/blktap/radix.h [new file with mode: 0644]
tools/blktap/snaplog.c [new file with mode: 0644]
tools/blktap/snaplog.h [new file with mode: 0644]
tools/blktap/vdi.c [new file with mode: 0644]
tools/blktap/vdi.h [new file with mode: 0644]
tools/blktap/vdi_create.c [new file with mode: 0644]
tools/blktap/vdi_fill.c [new file with mode: 0644]
tools/blktap/vdi_list.c [new file with mode: 0644]
tools/blktap/vdi_snap.c [new file with mode: 0644]
tools/blktap/vdi_snap_list.c [new file with mode: 0644]
tools/blktap/vdi_tree.c [new file with mode: 0644]
tools/blktap/vdi_validate.c [new file with mode: 0644]
tools/python/xen/xend/server/blkif.py